home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-15 | 79.6 KB | 2,575 lines |
- object Book: TBook
- Left = 21
- Top = 105
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- AutoScroll = False
- ClientHeight = 446
- ClientWidth = 526
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Menu = Main
- Position = poDefault
- Scaled = False
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnPaint = FormResize
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 526
- Height = 446
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- Caption = 'Panel2'
- TabOrder = 1
- object Tabs: TTabbedNotebook
- Left = 5
- Top = 5
- Width = 516
- Height = 436
- Align = alClient
- TabsPerRow = 6
- TabFont.Color = clBtnText
- TabFont.Height = -13
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 1
- TabStop = False
- OnChange = TabsChange
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Address'
- object Address_Panel: TPanel
- Left = 152
- Top = 55
- Width = 355
- Height = 353
- BevelInner = bvLowered
- Caption = 'Address_Panel'
- TabOrder = 0
- object ScrollBox: TScrollBox
- Left = 2
- Top = 2
- Width = 351
- Height = 326
- HorzScrollBar.Visible = False
- Align = alClient
- AutoScroll = False
- BorderStyle = bsNone
- TabOrder = 0
- OnResize = ScrollBoxResize
- object L_Position: TLabel
- Left = 9
- Top = 14
- Width = 48
- Height = 16
- Caption = '&Position'
- FocusControl = F_Position
- end
- object L_Company: TLabel
- Left = 9
- Top = 34
- Width = 58
- Height = 16
- Caption = 'Company'
- FocusControl = F_Company
- end
- object L_Address: TLabel
- Left = 9
- Top = 58
- Width = 51
- Height = 16
- Caption = 'Address'
- end
- object L_Phone1: TLabel
- Left = 9
- Top = 203
- Width = 49
- Height = 16
- Caption = 'Phone 1'
- FocusControl = F_Phone1
- end
- object L_Phone2: TLabel
- Left = 9
- Top = 226
- Width = 49
- Height = 16
- Caption = 'Phone 2'
- FocusControl = F_Phone2
- end
- object L_Phone3: TLabel
- Left = 9
- Top = 258
- Width = 49
- Height = 16
- Caption = 'Phone 3'
- FocusControl = F_Phone3
- end
- object L_Phone4: TLabel
- Left = 9
- Top = 282
- Width = 46
- Height = 16
- Caption = 'Phone4'
- FocusControl = F_Phone4
- end
- object L_Address_2: TLabel
- Left = 9
- Top = 82
- Width = 3
- Height = 16
- end
- object L_Address_3: TLabel
- Left = 9
- Top = 106
- Width = 3
- Height = 16
- end
- object L_Address_4: TLabel
- Left = 9
- Top = 130
- Width = 3
- Height = 16
- end
- object L_Address_5: TLabel
- Left = 9
- Top = 154
- Width = 3
- Height = 16
- end
- object F_Company: TEdit
- Left = 80
- Top = 33
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 1
- Text = 'F_Company'
- OnChange = EditFieldChanged
- end
- object F_Position: TEdit
- Left = 81
- Top = 6
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 0
- Text = 'F_Position'
- OnChange = EditFieldChanged
- end
- object F_Phone4: TEdit
- Left = 65
- Top = 278
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 14
- Text = 'F_Phone4'
- OnChange = EditFieldChanged
- end
- object F_Phone3: TEdit
- Left = 65
- Top = 252
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 12
- Text = 'F_Phone3'
- OnChange = EditFieldChanged
- end
- object F_Phone2: TEdit
- Left = 65
- Top = 226
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 10
- Text = 'F_Phone2'
- OnChange = EditFieldChanged
- end
- object F_Phone1: TEdit
- Left = 65
- Top = 201
- Width = 237
- Height = 24
- MaxLength = 255
- TabOrder = 8
- Text = 'F_Phone1'
- OnChange = EditFieldChanged
- end
- object B_Phone1: TBitBtn
- Left = 304
- Top = 199
- Width = 38
- Height = 24
- Caption = '&1'
- TabOrder = 9
- OnClick = B_Phone4Click
- NumGlyphs = 2
- Spacing = 1
- end
- object B_Phone2: TBitBtn
- Left = 312
- Top = 226
- Width = 38
- Height = 24
- Caption = '&2'
- TabOrder = 11
- OnClick = B_Phone4Click
- NumGlyphs = 2
- Spacing = 1
- end
- object B_Phone3: TBitBtn
- Left = 312
- Top = 252
- Width = 38
- Height = 24
- Caption = '&3'
- TabOrder = 13
- OnClick = B_Phone4Click
- NumGlyphs = 2
- Spacing = 1
- end
- object B_Phone4: TBitBtn
- Left = 312
- Top = 277
- Width = 38
- Height = 25
- Caption = '&4'
- TabOrder = 15
- OnClick = B_Phone4Click
- NumGlyphs = 2
- Spacing = 1
- end
- object F_Address: TMemo
- Left = 80
- Top = 64
- Width = 265
- Height = 129
- Lines.Strings = (
- 'F_Address')
- TabOrder = 2
- OnChange = F_NotesChange
- end
- object F_Address_1: TEdit
- Left = 62
- Top = 73
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 3
- Text = 'F_Address_1'
- OnChange = EditFieldChanged
- end
- object F_Address_2: TEdit
- Left = 62
- Top = 97
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 4
- Text = 'F_Address_2'
- OnChange = EditFieldChanged
- end
- object F_Address_3: TEdit
- Left = 62
- Top = 121
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 5
- Text = 'F_Address_3'
- OnChange = EditFieldChanged
- end
- object F_Address_4: TEdit
- Left = 62
- Top = 145
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 6
- Text = 'F_Address_4'
- OnChange = EditFieldChanged
- end
- object F_Address_5: TEdit
- Left = 62
- Top = 169
- Width = 265
- Height = 24
- MaxLength = 255
- TabOrder = 7
- Text = 'F_Address_5'
- OnChange = EditFieldChanged
- end
- end
- object Panel1: TPanel
- Left = 2
- Top = 328
- Width = 351
- Height = 23
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'Panel1'
- PopupMenu = TabSetPopup
- TabOrder = 1
- object TabSet: TTabSet
- Left = 0
- Top = 0
- Width = 351
- Height = 23
- Align = alClient
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Tabs.Strings = (
- 'TabSet')
- TabIndex = 0
- OnChange = TabSetChange
- end
- end
- end
- object Name_Panel: TPanel
- Left = 152
- Top = 4
- Width = 345
- Height = 49
- BevelInner = bvLowered
- Caption = 'Name_Panel'
- TabOrder = 1
- object MainName_Panel: TPanel
- Left = 2
- Top = 2
- Width = 341
- Height = 45
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 2
- TabOrder = 0
- object SubName_Panel: TPanel
- Left = 2
- Top = 2
- Width = 185
- Height = 41
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object TitlePanel: TPanel
- Left = 0
- Top = 0
- Width = 73
- Height = 41
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- OnResize = TitlePanelResize
- object L_Title: TLabel
- Left = 0
- Top = 0
- Width = 40
- Height = 16
- Caption = 'L_Title'
- Transparent = True
- end
- object F_Title: TEdit
- Left = 12
- Top = 16
- Width = 47
- Height = 24
- MaxLength = 255
- TabOrder = 0
- Text = 'F_Title'
- OnChange = EditFieldChanged
- end
- object TitleSplitter: TPanel
- Left = 70
- Top = 0
- Width = 3
- Height = 41
- Cursor = crHSplit
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- OnMouseDown = TitleSplitterMouseDown
- OnMouseMove = TitleSplitterMouseMove
- OnMouseUp = TitleSplitterMouseUp
- end
- end
- object InitialsPanel: TPanel
- Left = 73
- Top = 0
- Width = 112
- Height = 41
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- OnResize = InitialsPanelResize
- object L_Initials: TLabel
- Left = 0
- Top = 0
- Width = 51
- Height = 16
- Caption = 'L_Initials'
- Transparent = True
- end
- object F_Initials: TEdit
- Left = 8
- Top = 17
- Width = 51
- Height = 24
- MaxLength = 255
- TabOrder = 0
- Text = 'F_Initials'
- OnChange = EditFieldChanged
- end
- end
- end
- object SurNamePanel: TPanel
- Left = 187
- Top = 2
- Width = 152
- Height = 41
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- OnResize = SurNamePanelResize
- object L_Name: TLabel
- Left = 4
- Top = 0
- Width = 51
- Height = 16
- Caption = 'L_Name'
- end
- object F_Name: TEdit
- Left = 8
- Top = 17
- Width = 99
- Height = 24
- MaxLength = 255
- TabOrder = 0
- Text = 'F_Name'
- OnChange = EditFieldChanged
- end
- object InitialsSplitter: TPanel
- Left = 0
- Top = 0
- Width = 3
- Height = 41
- Cursor = crHSplit
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- OnMouseDown = InitialsSplitterMouseDown
- OnMouseMove = InitialsSplitterMouseMove
- OnMouseUp = InitialsSplitterMouseUp
- end
- end
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Notes'
- object Notes_Panel: TPanel
- Left = 154
- Top = 5
- Width = 350
- Height = 380
- BorderWidth = 2
- TabOrder = 0
- object F_Notes: TMemo
- Left = 3
- Top = 28
- Width = 344
- Height = 349
- Align = alClient
- BorderStyle = bsNone
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HideSelection = False
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnChange = F_NotesChange
- OnExit = F_NotesExit
- end
- object L_Notes: THeader
- Left = 3
- Top = 3
- Width = 344
- Height = 25
- Align = alTop
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Sections.Sections = (
- #0'44'#0'Notes')
- TabOrder = 1
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Reminders'
- object Reminders_Panel: TPanel
- Left = 148
- Top = 5
- Width = 357
- Height = 385
- BevelInner = bvLowered
- Caption = 'Reminders_Panel'
- TabOrder = 0
- object Header: THeader
- Left = 2
- Top = 2
- Width = 353
- Height = 25
- Align = alTop
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Sections.Sections = (
- #0'38'#0
- #0'31'#0'Prty'
- #0'85'#0'Date'
- #0'48'#0'Time'
- #0'76'#0'Description')
- TabOrder = 0
- OnSized = HeaderSized
- end
- object Reminders: TListBox
- Left = 2
- Top = 27
- Width = 353
- Height = 356
- Align = alClient
- BorderStyle = bsNone
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- PopupMenu = RemindersPopup
- Sorted = True
- Style = lbOwnerDrawVariable
- TabOrder = 1
- OnDblClick = ViewEvent1Click
- OnDrawItem = RemindersDrawItem
- OnMeasureItem = RemindersMeasureItem
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Others'
- object Other_Panel: TPanel
- Left = 144
- Top = 5
- Width = 353
- Height = 377
- BevelInner = bvLowered
- Caption = 'Other_Panel'
- TabOrder = 0
- object ScrollBox2: TScrollBox
- Left = 2
- Top = 2
- Width = 349
- Height = 373
- HorzScrollBar.Visible = False
- Align = alClient
- AutoScroll = False
- BorderStyle = bsNone
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object L_Others6: TLabel
- Left = 8
- Top = 168
- Width = 76
- Height = 16
- Caption = '<Undefined>'
- FocusControl = F_Others6
- end
- object L_Others5: TLabel
- Left = 8
- Top = 136
- Width = 76
- Height = 16
- Caption = '<Undefined>'
- FocusControl = F_Others5
- end
- object L_Others4: TLabel
- Left = 8
- Top = 104
- Width = 76
- Height = 16
- Caption = '<Undefined>'
- FocusControl = F_Others4
- end
- object L_Others3: TLabel
- Left = 8
- Top = 72
- Width = 76
- Height = 16
- Caption = '<Undefined>'
- FocusControl = F_Others3
- end
- object L_Others2: TLabel
- Left = 8
- Top = 40
- Width = 76
- Height = 16
- Caption = '<Undefined>'
- FocusControl = F_Others2
- end
- object L_Others1: TLabel
- Left = 8
- Top = 8
- Width = 76
- Height = 16
- Caption = '<Undefined>'
- FocusControl = F_Others1
- end
- object Line_Others: TBevel
- Left = 8
- Top = 200
- Width = 337
- Height = 2
- Shape = bsTopLine
- end
- object L_Created: TLabel
- Left = 8
- Top = 208
- Width = 102
- Height = 16
- Caption = 'Entry Created on:'
- FocusControl = F_Others6
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object L_Updated: TLabel
- Left = 8
- Top = 256
- Width = 135
- Height = 16
- Caption = 'Entry Last Updated on:'
- FocusControl = F_Others6
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object L_Called: TLabel
- Left = 8
- Top = 304
- Width = 156
- Height = 16
- Caption = 'Entry Last Telephoned on:'
- FocusControl = F_Others6
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object F_Others6: TEdit
- Left = 88
- Top = 165
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 5
- Text = 'F_Others6'
- OnChange = EditFieldChanged
- end
- object F_Others5: TEdit
- Left = 88
- Top = 133
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 4
- Text = 'F_Others5'
- OnChange = EditFieldChanged
- end
- object F_Others4: TEdit
- Left = 88
- Top = 101
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 3
- Text = 'F_Others4'
- OnChange = EditFieldChanged
- end
- object F_Others3: TEdit
- Left = 88
- Top = 69
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 2
- Text = 'F_Others3'
- OnChange = EditFieldChanged
- end
- object F_Others2: TEdit
- Left = 88
- Top = 37
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 1
- Text = 'F_Others2'
- OnChange = EditFieldChanged
- end
- object F_Others1: TEdit
- Left = 88
- Top = 5
- Width = 257
- Height = 24
- MaxLength = 255
- TabOrder = 0
- Text = 'F_Others1'
- OnChange = EditFieldChanged
- end
- object F_Called: TPanel
- Left = 8
- Top = 320
- Width = 185
- Height = 25
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- BorderWidth = 2
- Caption = 'F_Called'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object F_Created: TPanel
- Left = 8
- Top = 224
- Width = 185
- Height = 25
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- BorderWidth = 2
- Caption = 'F_Called'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- object F_Updated: TPanel
- Left = 16
- Top = 272
- Width = 185
- Height = 25
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- BorderWidth = 2
- Caption = 'F_Called'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- end
- object B_Called: TBitBtn
- Tag = 1
- Left = 224
- Top = 337
- Width = 24
- Height = 21
- Hint = 'Set to Today'#39's Date & Time|'
- TabOrder = 9
- OnClick = B_CalledClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
- 003337777777777777F330FFFFFFFFFFF03337F333FFFFF337F330FFF70007FF
- F03337F33777773F37F330FF08FFF80FF03337F373333373F7F330F78FFFFF87
- F03337F7F3333337F7F330F0FFFFFFF0F03337F7F333FFF7F7F330F0FFF900F0
- F03337F7F3377737F7F330F0FFF0FFF0F03337F7F337F337F7F330F78FF0FF87
- F03337F73F37F33737F330FF08F0F80FF03337F373F7FF7337F330FFF70007FF
- F03337F33777773FF7F330FFFFFFFF00003337F33333337777F330FFFFFFFF0F
- F03337FFFFFFFF7F373330999999990F033337777777777F733330FFFFFFFF00
- 333337FFFFFFFF77333330000000000333333777777777733333}
- Layout = blGlyphRight
- NumGlyphs = 2
- end
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Attachments'
- object Doc_Panel: TPanel
- Left = 148
- Top = 5
- Width = 357
- Height = 342
- BevelInner = bvLowered
- Caption = 'Doc_Panel'
- TabOrder = 0
- OnResize = Doc_PanelResize
- object Doc_List: TListBox
- Left = 2
- Top = 2
- Width = 353
- Height = 338
- Align = alClient
- BorderStyle = bsNone
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- PopupMenu = DocPopUp
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDblClick = Doc_ListDblClick
- OnDrawItem = Doc_ListDrawItem
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 27
- Caption = 'Categories'
- object Cat_Panel: TPanel
- Left = 148
- Top = 5
- Width = 357
- Height = 342
- BevelInner = bvLowered
- TabOrder = 0
- OnResize = Cat_PanelResize
- object CatHeader: THeader
- Left = 2
- Top = 2
- Width = 353
- Height = 25
- Align = alTop
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Sections.Sections = (
- #0'74'#0'Categories')
- TabOrder = 0
- end
- object CatList: TPickList
- Left = 2
- Top = 27
- Width = 353
- Height = 313
- Align = alClient
- BorderStyle = bsNone
- Columns = 2
- ExtendedSelect = False
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 18
- MultiSelect = True
- ParentFont = False
- PopupMenu = CatsPopupMenu
- Sorted = True
- TabOrder = 1
- OnClick = CatListClick
- end
- end
- end
- end
- object LB_Panel: TPanel
- Left = 12
- Top = 36
- Width = 134
- Height = 365
- BevelInner = bvLowered
- Caption = 'LB_Panel'
- TabOrder = 0
- object TLabel
- Left = 27
- Top = 400
- Width = 3
- Height = 16
- end
- object ListBox: TSmartListBox
- Left = 2
- Top = 2
- Width = 130
- Height = 361
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 16
- PopupMenu = ListboxPopUp
- Sorted = True
- Style = lbOwnerDrawVariable
- TabOrder = 0
- OnClick = ListBoxChange
- OnDblClick = TagEntryClick
- OnDrawItem = ListBoxDrawItem
- OnMeasureItem = ListBoxMeasureItem
- OnMouseDown = ListBoxMouseDown
- end
- end
- end
- object Splitter: TPanel
- Left = 151
- Top = 39
- Width = 6
- Height = 393
- Cursor = crHSplit
- BevelOuter = bvNone
- TabOrder = 0
- OnMouseDown = SplitterMouseDown
- OnMouseMove = SplitterMouseMove
- OnMouseUp = SplitterMouseUp
- end
- object Main: TMainMenu
- Left = 392
- Top = 8
- object File2: TMenuItem
- Caption = '&File'
- Hint = 'File and Print Related Commands'
- ShortCut = 0
- OnClick = File1Click
- object New2: TMenuItem
- Caption = 'Ne&w Address Book...'
- Hint = 'Create a New Address Book'
- ShortCut = 0
- OnClick = New2Click
- end
- object Open2: TMenuItem
- Caption = '&Open Address Book...'
- Hint = 'Open an Existing Address book'
- ShortCut = 0
- OnClick = Open2Click
- end
- object N38: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DiaryNew: TMenuItem
- Caption = '&New Diary...'
- Hint = 'Create a New Diary'
- ShortCut = 0
- OnClick = DiaryNewClick
- end
- object DiaryOpen: TMenuItem
- Caption = 'Op&en Diary...'
- Hint = 'Open an Existing Diary'
- ShortCut = 0
- OnClick = DiaryOpenClick
- end
- object N39: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Reopen1: TMenuItem
- Caption = '&Reopen'
- Hint = 'Display the most recently used file list'
- ShortCut = 0
- object MRU1: TMenuItem
- Caption = '&1 - '
- Hint = 'Open Specified File'
- ShortCut = 0
- OnClick = MRU0Click
- end
- object MRU2: TMenuItem
- Tag = 1
- Caption = '&2 -'
- Hint = 'Open Specified File'
- ShortCut = 0
- OnClick = MRU0Click
- end
- object MRU3: TMenuItem
- Tag = 2
- Caption = '&3 - '
- Hint = 'Open Specified File'
- ShortCut = 0
- OnClick = MRU0Click
- end
- object MRU4: TMenuItem
- Tag = 3
- Caption = '&4 - '
- Hint = 'Open Specified File'
- ShortCut = 0
- OnClick = MRU0Click
- end
- object MRU5: TMenuItem
- Tag = 4
- Caption = '&5 - '
- Hint = 'Open Specified File'
- ShortCut = 0
- OnClick = MRU0Click
- end
- end
- object N40: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Save1: TMenuItem
- Caption = '&Save'
- Hint = 'Save Address Book Updates'
- ShortCut = 0
- OnClick = Save1Click
- end
- object Saveas1: TMenuItem
- Caption = 'Save &as...'
- Hint = 'Save Address Book to Another File'
- ShortCut = 0
- OnClick = Saveas1Click
- end
- object Close1: TMenuItem
- Caption = '&Close'
- Hint = 'Close the Current Address Book'
- ShortCut = 16499
- OnClick = Close1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Lock1: TMenuItem
- Caption = 'Lock Address &Book'
- Hint = 'Toggles the Locked State of the Current Address Book'
- ShortCut = 0
- OnClick = Lock1Click
- end
- object AddressBookInfo1: TMenuItem
- Caption = 'Address Book &Info...'
- Hint = 'Display File Information for the Current Address Book'
- ShortCut = 16457
- OnClick = AddressBookInfo1Click
- end
- object N4: TMenuItem
- Caption = '-'
- Hint = 'File and Print Related Commands'
- ShortCut = 0
- end
- object Print1: TMenuItem
- Caption = '&Print...'
- Hint = 'Print Address Book Entries using the Print Wizard'
- ShortCut = 0
- OnClick = Print1Click
- end
- object QuickReports1: TMenuItem
- Caption = '&Quick Reports...'
- Hint = 'Print using a Stored Quick Report'
- ShortCut = 16464
- OnClick = QuickReports1Click
- end
- object PageSetup: TMenuItem
- Caption = 'Page &Designer...'
- Hint = 'Create or Modify Page Layout Designs'
- ShortCut = 0
- OnClick = PageSetupClick
- end
- object N3: TMenuItem
- Caption = '-'
- Hint = 'File and Print Related Commands'
- ShortCut = 0
- end
- object Import1: TMenuItem
- Caption = 'I&mport...'
- Hint = 'Import a Text File into the Current Address Book'
- ShortCut = 0
- OnClick = Import1Click
- end
- object Export1: TMenuItem
- Caption = '&Export...'
- Hint = 'Export Records from the Current Address Book'
- ShortCut = 0
- OnClick = Export1Click
- end
- object N2: TMenuItem
- Caption = '-'
- Hint = 'File and Print Related Commands'
- ShortCut = 0
- end
- object Exit2: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit Smart Address'
- ShortCut = 32883
- OnClick = Exit2Click
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- GroupIndex = 1
- Hint = 'Record Edit Related Functions'
- ShortCut = 0
- OnClick = Edit1Click
- object Undo1: TMenuItem
- Caption = '&Undo'
- Hint = 'Reverse the Last Update in the Current Address Book'
- ShortCut = 32776
- OnClick = UndoBtnClick
- end
- object N5: TMenuItem
- Caption = '-'
- Hint = 'Record Edit Related Functions'
- ShortCut = 0
- end
- object CopyEntry1: TMenuItem
- Caption = '&Copy Entry'
- Hint = 'Copy the Current Entry for Pasting into another Address Book'
- ShortCut = 0
- OnClick = CopyEntry1Click
- end
- object PasteEntry1: TMenuItem
- Caption = '&Paste Entry'
- Hint = 'Paste an Entry that has been Copied from another Address Book'
- ShortCut = 0
- OnClick = PasteEntry1Click
- end
- object Duplicate1: TMenuItem
- Caption = 'Dup&licate Entry'
- Hint = 'Duplicates the Currently Selected Entry'
- ShortCut = 0
- OnClick = Duplicate1Click
- end
- object N6: TMenuItem
- Caption = '-'
- Hint = 'Record Edit Related Functions'
- ShortCut = 0
- end
- object AddMenu: TMenuItem
- Caption = '&Add Entry'
- Hint = 'Add a New Entry to the Current Address Book'
- ShortCut = 16449
- OnClick = AddMenuClick
- end
- object UpdateMenu: TMenuItem
- Caption = 'Update &Entry'
- Hint = 'Update the Current Entry'
- ShortCut = 16469
- OnClick = UpdateMenuClick
- end
- object OKMenu: TMenuItem
- Caption = 'Appl&y Addition/Update'
- Hint = 'Apply the Changed Entry to the Address Book'
- ShortCut = 16397
- OnClick = OKMenuClick
- end
- object CancelMenu: TMenuItem
- Caption = 'Ca&ncel Addition/Update'
- Hint = 'Cancel the Entry Addition or Update'
- ShortCut = 27
- OnClick = CancelMenuClick
- end
- object DeleteMenu: TMenuItem
- Caption = '&Delete Entries...'
- Hint = 'Delete Entries from the Current Address Book'
- ShortCut = 16452
- OnClick = DeleteMenuClick
- end
- object N7: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DefineKeysMenu: TMenuItem
- Caption = 'Select Index &Keys for Entry...'
- Hint = 'Select the Keys to be used to Index the Current Entry'
- ShortCut = 0
- OnClick = B_IndexKeyClick
- end
- object DefineAddressMenu: TMenuItem
- Caption = 'Select Address &Templates for Entry...'
- Hint = 'Select the Address Templates used for the Current Entry'
- ShortCut = 0
- OnClick = B_AddressesClick
- end
- object N31: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Find1: TMenuItem
- Caption = '&Find Entry with Text....'
- Hint = 'Locates the first Entry that contains a specified text string'
- ShortCut = 16454
- OnClick = Find1Click
- end
- object FindNext1: TMenuItem
- Caption = 'Find Ne&xt'
- Hint = 'Locates the next Entry that contains a specified text string'
- ShortCut = 114
- OnClick = FindNext1Click
- end
- end
- object Options1: TMenuItem
- Caption = '&Tools'
- GroupIndex = 2
- Hint = 'Tool Related Commands '
- ShortCut = 0
- OnClick = Options1Click
- object ChangeFont1: TMenuItem
- Caption = '&Change Screen Font....'
- Hint = 'Change the Screen Font Used for All Address Books'
- ShortCut = 0
- OnClick = ChangeFont1Click
- end
- object ConfigureModem1: TMenuItem
- Caption = 'Configure &Modem....'
- Hint = 'Configure the Modem for Auto-Dial of Telephone Numbers'
- ShortCut = 0
- OnClick = ConfigureModem1Click
- end
- object General1: TMenuItem
- Caption = '&Options...'
- Hint = 'Define General Options for Smart Address'
- ShortCut = 0
- OnClick = General1Click
- end
- object Preferences1: TMenuItem
- Caption = 'Configure &Address Book...'
- Hint = 'Define Address Book Options'
- ShortCut = 0
- OnClick = Preferences1Click
- end
- object N13: TMenuItem
- Caption = '-'
- Hint = 'Commands for Defining Options'
- ShortCut = 0
- end
- object InsertWP1: TMenuItem
- Caption = '&Insert into Word Processor'
- Enabled = False
- Hint = 'Insert the Current Entry into your Word Processor'
- ShortCut = 0
- OnClick = InsertWP1Click
- end
- object InsertClipboard: TMenuItem
- Caption = 'Insert to &Windows Clipboard'
- Enabled = False
- Hint = 'Insert the Current Entry into the Windows Clipboard'
- ShortCut = 0
- OnClick = InsertClipboardClick
- end
- object N17: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object ToggleTag1: TMenuItem
- Caption = '&Tag Entry'
- Hint = 'Tags the Selected Entry'
- ShortCut = 16468
- OnClick = TagEntryClick
- end
- object TagSelection: TMenuItem
- Caption = 'Apply Tags to &Entries...'
- Hint = 'Applies Tags to Specified Entries'
- ShortCut = 0
- OnClick = TagSelectionClick
- end
- object RemoveTags1: TMenuItem
- Caption = '&Remove Tags from Entries...'
- Hint = 'Removes Tags from Specified Entries'
- ShortCut = 0
- OnClick = RemoveTags1Click
- end
- object N10: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DialNumber1: TMenuItem
- Caption = '&Dial Number...'
- Hint = 'Dial a Number from the Current Entry'
- ShortCut = 0
- OnClick = DialNumber1Click
- end
- object CallLog1: TMenuItem
- Caption = 'Telephone Call &Log...'
- Hint = 'Displays the Telephone Call Log for the Currently Selected Entry'
- ShortCut = 113
- OnClick = CallLog1Click
- end
- end
- object View1: TMenuItem
- Caption = '&View'
- GroupIndex = 3
- Hint = 'View Related Commands'
- ShortCut = 0
- OnClick = View1Click
- object Page1: TMenuItem
- ShortCut = 116
- OnClick = Page1Click
- end
- object Page2: TMenuItem
- Tag = 1
- ShortCut = 117
- OnClick = Page1Click
- end
- object Page3: TMenuItem
- Tag = 2
- ShortCut = 118
- OnClick = Page1Click
- end
- object Page4: TMenuItem
- Tag = 3
- ShortCut = 119
- OnClick = Page1Click
- end
- object Page5: TMenuItem
- Tag = 4
- GroupIndex = 2
- ShortCut = 120
- OnClick = Page1Click
- end
- object Page6: TMenuItem
- Tag = 5
- GroupIndex = 2
- ShortCut = 115
- OnClick = Page1Click
- end
- object N15: TMenuItem
- Caption = '-'
- GroupIndex = 2
- ShortCut = 0
- end
- object CalendarWindow1: TMenuItem
- Caption = '&Calendar'
- GroupIndex = 2
- Hint = 'View the Calendar Window'
- ShortCut = 123
- OnClick = CalendarWindow1Click
- end
- object N12: TMenuItem
- Caption = '-'
- GroupIndex = 2
- ShortCut = 0
- end
- object SetFilter: TMenuItem
- Caption = '&Search Address Book...'
- GroupIndex = 2
- Hint = 'Sets up a Search to Restrict the Entries Displayed'
- ShortCut = 121
- OnClick = SetFilterClick
- end
- object RemoveFilter: TMenuItem
- Caption = 'Re&move Active Search'
- GroupIndex = 2
- Hint = 'Removes the Active Search in Effect and Displays All Entries'
- ShortCut = 0
- OnClick = RemoveFilterClick
- end
- end
- object Notes1: TMenuItem
- Caption = 'Note&s'
- GroupIndex = 4
- Hint = 'Notes Page Related Commands'
- ShortCut = 0
- OnClick = Notes1Click
- object NotesCut1: TMenuItem
- Caption = 'Cu&t'
- Hint = 'Cuts the Selected text and places it in the Windows Clipboard'
- ShortCut = 0
- OnClick = NotesCut1Click
- end
- object NotesCopy1: TMenuItem
- Caption = '&Copy'
- Hint = 'Copies the Selected text to the Windows Clipboard'
- ShortCut = 0
- OnClick = NotesCopy1Click
- end
- object NotesPaste1: TMenuItem
- Caption = 'Past&e'
- Hint =
- 'Inserts text from the Windows Clipboard at the position of the c' +
- 'ursor'
- ShortCut = 0
- OnClick = NotesPaste1Click
- end
- object NotesDelete1: TMenuItem
- Caption = '&Delete '
- Hint = 'Deletes the Selected Text from the Notes Field'
- ShortCut = 0
- OnClick = NotesDelete1Click
- end
- object NotesSelect1: TMenuItem
- Caption = '&Select All'
- Hint = 'Selects all Text within the Notes Field'
- ShortCut = 0
- OnClick = NotesSelect1Click
- end
- object N28: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object TStamp: TMenuItem
- Caption = '&Add Timestamp'
- Hint = 'Adds a Timestamp to the Notes Text'
- ShortCut = 16467
- OnClick = TStampClick
- end
- object N18: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object NotesFind1: TMenuItem
- Caption = '&Find Text...'
- Hint = 'Finds specified text within the Notes Field'
- ShortCut = 0
- OnClick = NotesFind1Click
- end
- object NotesReplace1: TMenuItem
- Caption = 'Find and &Replace Text...'
- Hint = 'Finds and Replaces specified text within the Notes Field'
- ShortCut = 0
- OnClick = NotesReplace1Click
- end
- end
- object Documents1: TMenuItem
- Caption = 'Attac&hments'
- GroupIndex = 4
- ShortCut = 0
- OnClick = Documents1Click
- object AddDocument1: TMenuItem
- Caption = '&Add Attachment...'
- Hint = 'Add a Document or Internet URL to the Selected Entry'
- ShortCut = 0
- OnClick = AddDocument1Click
- end
- object DeleteDocument1: TMenuItem
- Caption = '&Remove Attachment...'
- Hint = 'Remove the Selected Attachment from the Entry'
- ShortCut = 0
- OnClick = DeleteDocument1Click
- end
- object EditDocument1: TMenuItem
- Caption = '&Edit Attachment...'
- Hint = 'Edit the Selected Attachments Details...'
- ShortCut = 0
- OnClick = AddDocument1Click
- end
- object N20: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object OpenDocument1: TMenuItem
- Caption = 'O&pen Attachment...'
- Hint = 'Open the Selected Attachment'
- ShortCut = 0
- OnClick = Doc_ListDblClick
- end
- object N22: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DocIndex0: TMenuItem
- Caption = 'View by Des&cription'
- Checked = True
- Hint = 'View Attachments by their Associated Description'
- ShortCut = 0
- OnClick = DocIndex0Click
- end
- object DocIndex1: TMenuItem
- Tag = 1
- Caption = 'View by &File Name / URL'
- Hint = 'View the Attachments by their File Name or Internet URL'
- ShortCut = 0
- OnClick = DocIndex0Click
- end
- object N21: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DocView1: TMenuItem
- Caption = 'Large &Icons'
- Checked = True
- Hint = 'Display Attachments by using Large Icons'
- ShortCut = 0
- OnClick = DocView1Click
- end
- object DocView2: TMenuItem
- Tag = 1
- Caption = '&Small Icons'
- Hint = 'Display Attachments by using Small Icons'
- ShortCut = 0
- OnClick = DocView1Click
- end
- object DocView3: TMenuItem
- Tag = 2
- Caption = '&List'
- Hint = 'Display Attachments as a List'
- ShortCut = 0
- OnClick = DocView1Click
- end
- object DocView4: TMenuItem
- Tag = 3
- Caption = '&Detail'
- Hint = 'Display Attachments in a Detailed List'
- ShortCut = 0
- OnClick = DocView1Click
- end
- object N23: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Properties1: TMenuItem
- Caption = 'Proper&ties...'
- Hint = 'Display the Attachments Properties'
- ShortCut = 32781
- OnClick = Properties1Click
- end
- end
- object Reminders1: TMenuItem
- Caption = 'Remin&ders'
- GroupIndex = 5
- Hint = 'Reminders Page Related Commands'
- ShortCut = 0
- OnClick = Reminders1Click
- object AddEvent2: TMenuItem
- Caption = '&Add Event...'
- Hint = 'Add a New Reminder Event to the Current Entry'
- ShortCut = 0
- OnClick = Reminders_NewClick
- end
- object EditEvent2: TMenuItem
- Caption = '&Edit Event...'
- Hint = 'Edit the Selected Reminder Event'
- ShortCut = 0
- OnClick = Reminders_EditClick
- end
- object DeleteEvent2: TMenuItem
- Caption = '&Delete Event...'
- Hint = 'Delete the Selected Reminder Event from the Current Entry'
- ShortCut = 0
- OnClick = Reminders_DeleteClick
- end
- object ViewEvent1: TMenuItem
- Caption = '&View Event...'
- GroupIndex = 7
- Hint = 'Display the Related'
- ShortCut = 0
- OnClick = ViewEvent1Click
- end
- object N33: TMenuItem
- Caption = '-'
- GroupIndex = 7
- ShortCut = 0
- end
- object AcknowledgeEvent2: TMenuItem
- Caption = 'Ac&knowledge Event...'
- GroupIndex = 7
- Hint = 'Acknowledge the Selected Reminder Event'
- ShortCut = 0
- OnClick = Reminders_AcknowledgeClick
- end
- object N19: TMenuItem
- Caption = '-'
- GroupIndex = 7
- ShortCut = 0
- end
- object ShowEvents2: TMenuItem
- Caption = '&Show Completed Events'
- GroupIndex = 7
- Hint = 'Includes Completed Events in the List of Reminders Displayed'
- ShortCut = 0
- OnClick = ShowEvents1Click
- end
- object ShowNotes1: TMenuItem
- Caption = 'Show Event &Notes'
- GroupIndex = 7
- Hint = 'Includes Event Notes in the List of Reminders Displayed'
- ShortCut = 0
- OnClick = ShowNotes1Click
- end
- object N32: TMenuItem
- Caption = '-'
- GroupIndex = 7
- ShortCut = 0
- end
- object Sortby1: TMenuItem
- Caption = '&Sort by'
- GroupIndex = 7
- Hint = 'Choose the Event Display Order '
- ShortCut = 0
- OnClick = Sortby1Click
- object Priority1: TMenuItem
- Tag = 1
- Caption = '&Priority'
- Hint = 'Display the Events in Priority Order'
- ShortCut = 0
- OnClick = Priority1Click
- end
- object Time1: TMenuItem
- Tag = 2
- Caption = 'Date and Time'
- Hint = 'Display the Events in Date and Time Order'
- ShortCut = 0
- OnClick = Priority1Click
- end
- object DatePriorityandTime1: TMenuItem
- Tag = 4
- Caption = 'Date, Priority and Time'
- Hint = 'Display the Events in Date, Priority and then Time Order'
- ShortCut = 0
- OnClick = Priority1Click
- end
- object Description1: TMenuItem
- Tag = 3
- Caption = 'Description'
- Hint = 'Display the Events in Description Order'
- ShortCut = 0
- OnClick = Priority1Click
- end
- end
- end
- end
- object RemindersPopup: TPopupMenu
- OnPopup = RemindersPopupPopup
- Left = 113
- Top = 109
- object AddEvent1: TMenuItem
- Caption = 'Add Event...'
- ShortCut = 0
- OnClick = Reminders_NewClick
- end
- object EditEvent1: TMenuItem
- Caption = 'Edit Event...'
- ShortCut = 0
- OnClick = Reminders_EditClick
- end
- object DeleteEvent1: TMenuItem
- Caption = 'Delete Event...'
- ShortCut = 0
- OnClick = Reminders_DeleteClick
- end
- object ViewEvent2: TMenuItem
- Caption = 'View Event...'
- ShortCut = 0
- OnClick = ViewEvent1Click
- end
- object N8: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object AcknowledgeEvent1: TMenuItem
- Caption = 'Acknowledge Event...'
- ShortCut = 0
- OnClick = Reminders_AcknowledgeClick
- end
- object N14: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object ShowEvents1: TMenuItem
- Caption = 'Show Completed Events'
- ShortCut = 0
- OnClick = ShowEvents1Click
- end
- object ShowNotes2: TMenuItem
- Caption = 'Show Event Notes'
- ShortCut = 0
- OnClick = ShowNotes1Click
- end
- object N34: TMenuItem
- Caption = '-'
- GroupIndex = 7
- ShortCut = 0
- end
- object Sortby2: TMenuItem
- Caption = '&Sort by'
- GroupIndex = 7
- ShortCut = 0
- object Priority2: TMenuItem
- Tag = 1
- Caption = '&Priority'
- ShortCut = 0
- OnClick = Priority1Click
- end
- object DateandTime1: TMenuItem
- Tag = 2
- Caption = 'Date and Time'
- ShortCut = 0
- OnClick = Priority1Click
- end
- object DatePriorityandTime2: TMenuItem
- Tag = 4
- Caption = 'Date, Priority and Time'
- ShortCut = 0
- OnClick = Priority1Click
- end
- object Description2: TMenuItem
- Tag = 3
- Caption = 'Description'
- ShortCut = 0
- OnClick = Priority1Click
- end
- end
- object N16: TMenuItem
- Caption = '-'
- GroupIndex = 7
- ShortCut = 0
- end
- object ReminderOptions1: TMenuItem
- Caption = 'Reminder Options...'
- GroupIndex = 7
- ShortCut = 0
- OnClick = ReminderOptions1Click
- end
- object N9: TMenuItem
- Caption = '-'
- GroupIndex = 7
- ShortCut = 0
- end
- object SetFilter1: TMenuItem
- Caption = 'Set Display Filter...'
- GroupIndex = 7
- ShortCut = 0
- OnClick = SetFilterClick
- end
- object RemoveFilter1: TMenuItem
- Caption = 'Remove Display Filter'
- GroupIndex = 7
- ShortCut = 0
- OnClick = RemoveFilterClick
- end
- end
- object ListboxPopUp: TPopupMenu
- OnPopup = ListboxPopUpPopup
- Left = 48
- Top = 64
- object Add1: TMenuItem
- Caption = 'Add Entry'
- ShortCut = 0
- OnClick = AddMenuClick
- end
- object Update1: TMenuItem
- Caption = 'Update Entry'
- ShortCut = 0
- OnClick = UpdateMenuClick
- end
- object Delete1: TMenuItem
- Caption = 'Delete Entries...'
- ShortCut = 0
- OnClick = DeleteMenuClick
- end
- object MenuItem4: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Tag1: TMenuItem
- Caption = 'Tag Entry'
- ShortCut = 0
- OnClick = TagEntryClick
- end
- object N37: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object AddReminder3: TMenuItem
- Caption = 'Add Reminder...'
- ShortCut = 0
- OnClick = AddReminder3Click
- end
- object AddDocument3: TMenuItem
- Caption = 'Add Document...'
- ShortCut = 0
- OnClick = AddDocument3Click
- end
- object N30: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DefineIndexKeys: TMenuItem
- Caption = 'Select Index Keys...'
- ShortCut = 0
- OnClick = B_IndexKeyClick
- end
- object DefineAddressTemplates: TMenuItem
- Caption = 'Select Address Templates...'
- ShortCut = 0
- OnClick = B_AddressesClick
- end
- object N11: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Set1: TMenuItem
- Caption = 'Set Display Filter...'
- ShortCut = 0
- OnClick = SetFilterClick
- end
- object Remove1: TMenuItem
- Caption = 'Remove Display Filter'
- ShortCut = 0
- OnClick = RemoveFilterClick
- end
- object N29: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object DialNumber2: TMenuItem
- Caption = 'Dial Number...'
- ShortCut = 0
- OnClick = DialNumber1Click
- end
- object TelephoneLog1: TMenuItem
- Caption = 'Telephone Call Log...'
- ShortCut = 0
- OnClick = CallLog1Click
- end
- end
- object DocPopUp: TPopupMenu
- OnPopup = DocPopUpPopup
- Left = 49
- Top = 146
- object AddDocument2: TMenuItem
- Caption = 'Add Attachment...'
- GroupIndex = 4
- ShortCut = 0
- OnClick = AddDocument1Click
- end
- object DeleteDocument2: TMenuItem
- Caption = 'Remove Attachment...'
- GroupIndex = 4
- ShortCut = 0
- OnClick = DeleteDocument1Click
- end
- object EditDocument2: TMenuItem
- Caption = 'Edit Attachment...'
- GroupIndex = 4
- ShortCut = 0
- OnClick = AddDocument1Click
- end
- object N27: TMenuItem
- Caption = '-'
- GroupIndex = 4
- ShortCut = 0
- end
- object OpenDocument2: TMenuItem
- Caption = 'Open Attachment...'
- GroupIndex = 4
- ShortCut = 0
- OnClick = Doc_ListDblClick
- end
- object N26: TMenuItem
- Caption = '-'
- GroupIndex = 4
- ShortCut = 0
- end
- object DocIndex01: TMenuItem
- Caption = 'View by Description'
- Checked = True
- GroupIndex = 4
- ShortCut = 0
- OnClick = DocIndex0Click
- end
- object DocIndex11: TMenuItem
- Tag = 1
- Caption = 'View by File Name / URL'
- GroupIndex = 4
- ShortCut = 0
- OnClick = DocIndex0Click
- end
- object N25: TMenuItem
- Caption = '-'
- GroupIndex = 4
- ShortCut = 0
- end
- object DocView11: TMenuItem
- Caption = 'Large Icons'
- Checked = True
- GroupIndex = 4
- ShortCut = 0
- OnClick = DocView1Click
- end
- object DocView21: TMenuItem
- Tag = 1
- Caption = 'Small Icons'
- GroupIndex = 4
- ShortCut = 0
- OnClick = DocView1Click
- end
- object DocView31: TMenuItem
- Tag = 2
- Caption = 'List'
- GroupIndex = 4
- ShortCut = 0
- OnClick = DocView1Click
- end
- object DocView41: TMenuItem
- Tag = 3
- Caption = 'Detail'
- GroupIndex = 4
- ShortCut = 0
- OnClick = DocView1Click
- end
- object N24: TMenuItem
- Caption = '-'
- GroupIndex = 4
- ShortCut = 0
- end
- object Properties2: TMenuItem
- Caption = 'Properties...'
- GroupIndex = 4
- ShortCut = 0
- OnClick = Properties1Click
- end
- end
- object TabSetPopup: TPopupMenu
- OnPopup = TabSetPopupPopup
- Left = 97
- Top = 226
- object AddressTemplates1: TMenuItem
- Caption = 'Select Address Templates for Entry...'
- ShortCut = 0
- OnClick = B_AddressesClick
- end
- object TemplateMaintenance1: TMenuItem
- Caption = 'Template Maintenance...'
- ShortCut = 0
- OnClick = TemplateMaintenance1Click
- end
- object N35: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object EditAddressFormat1: TMenuItem
- Caption = 'Edit Address Template...'
- ShortCut = 0
- OnClick = EditAddressFormat1Click
- end
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- ''
- 'AcknowledgeEvent1'
- 'AcknowledgeEvent2'
- 'Add1'
- 'AddDocument1'
- 'AddDocument2'
- 'AddDocument3'
- 'AddEvent1'
- 'AddEvent2'
- 'AddMenu'
- 'AddReminder3'
- 'Address_Panel'
- 'AddressBookInfo1'
- 'AddressTemplates1'
- 'B_Called'
- 'B_Phone1'
- 'B_Phone2'
- 'B_Phone3'
- 'B_Phone4'
- 'CalendarWindow1'
- 'CallLog1'
- 'CancelMenu'
- 'Cat_Panel'
- 'CategoryMaintenance1'
- 'CatHeader'
- 'CatList'
- 'CatsPopupMenu'
- 'ChangeFont1'
- 'ClearallSelections1'
- 'Close1'
- 'ConfigureModem1'
- 'CopyEntry1'
- 'DateandTime1'
- 'DatePriorityandTime1'
- 'DatePriorityandTime2'
- 'DefineAddressMenu'
- 'DefineAddressTemplates'
- 'DefineIndexKeys'
- 'DefineKeysMenu'
- 'Delete1'
- 'DeleteDocument1'
- 'DeleteDocument2'
- 'DeleteEvent1'
- 'DeleteEvent2'
- 'DeleteMenu'
- 'Description1'
- 'Description2'
- 'DialNumber1'
- 'DialNumber2'
- 'DiaryNew'
- 'DiaryOpen'
- 'Doc_List'
- 'Doc_Panel'
- 'DocIndex0'
- 'DocIndex01'
- 'DocIndex1'
- 'DocIndex11'
- 'DocPopUp'
- 'Documents1'
- 'DocView1'
- 'DocView11'
- 'DocView2'
- 'DocView21'
- 'DocView3'
- 'DocView31'
- 'DocView4'
- 'DocView41'
- 'Duplicate1'
- 'Edit1'
- 'EditAddressFormat1'
- 'EditDocument1'
- 'EditDocument2'
- 'EditEvent1'
- 'EditEvent2'
- 'Exit2'
- 'Export1'
- 'F_Address'
- 'F_Address_1'
- 'F_Address_2'
- 'F_Address_3'
- 'F_Address_4'
- 'F_Address_5'
- 'F_Called'
- 'F_Company'
- 'F_Created'
- 'F_Initials'
- 'F_Name'
- 'F_Notes'
- 'F_Others1'
- 'F_Others2'
- 'F_Others3'
- 'F_Others4'
- 'F_Others5'
- 'F_Others6'
- 'F_Phone1'
- 'F_Phone2'
- 'F_Phone3'
- 'F_Phone4'
- 'F_Position'
- 'F_Title'
- 'F_Updated'
- 'File2'
- 'Find1'
- 'FindNext1'
- 'General1'
- 'Header'
- 'Import1'
- 'InitialsPanel'
- 'InitialsSplitter'
- 'InsertClipboard'
- 'InsertWP1'
- 'L_Address'
- 'L_Address_2'
- 'L_Address_3'
- 'L_Address_4'
- 'L_Address_5'
- 'L_Called'
- 'L_Company'
- 'L_Created'
- 'L_Initials'
- 'L_Name'
- 'L_Notes'
- 'L_Others1'
- 'L_Others2'
- 'L_Others3'
- 'L_Others4'
- 'L_Others5'
- 'L_Others6'
- 'L_Phone1'
- 'L_Phone2'
- 'L_Phone3'
- 'L_Phone4'
- 'L_Position'
- 'L_Title'
- 'L_Updated'
- 'LB_Panel'
- 'Line_Others'
- 'ListBox'
- 'ListboxPopUp'
- 'Lock1'
- 'Main'
- 'MainName_Panel'
- 'MenuItem4'
- 'MRU1'
- 'MRU2'
- 'MRU3'
- 'MRU4'
- 'MRU5'
- 'MRUSEP'
- 'N1'
- 'N10'
- 'N11'
- 'N12'
- 'N13'
- 'N14'
- 'N15'
- 'N16'
- 'N17'
- 'N18'
- 'N19'
- 'N2'
- 'N20'
- 'N21'
- 'N22'
- 'N23'
- 'N24'
- 'N25'
- 'N26'
- 'N27'
- 'N28'
- 'N29'
- 'N3'
- 'N30'
- 'N31'
- 'N32'
- 'N33'
- 'N34'
- 'N35'
- 'N36'
- 'N37'
- 'N4'
- 'N5'
- 'N6'
- 'N7'
- 'N8'
- 'N9'
- 'Name_Panel'
- 'New1'
- 'New2'
- 'Notes_Panel'
- 'Notes1'
- 'NotesCopy1'
- 'NotesCut1'
- 'NotesDelete1'
- 'NotesFind1'
- 'NotesPaste1'
- 'NotesReplace1'
- 'NotesSelect1'
- 'ODSHelp1'
- 'OKMenu'
- 'Open2'
- 'Open3'
- 'OpenDocument1'
- 'OpenDocument2'
- 'Options1'
- 'Other_Panel'
- 'Page1'
- 'Page2'
- 'Page3'
- 'Page4'
- 'Page5'
- 'Page6'
- 'PageSetup'
- 'Panel1'
- 'Panel2'
- 'PasteEntry1'
- 'Preferences1'
- 'Print1'
- 'Priority1'
- 'Priority2'
- 'Properties1'
- 'Properties2'
- 'QuickReports1'
- 'ReminderOptions1'
- 'Reminders'
- 'Reminders_Panel'
- 'Reminders1'
- 'RemindersPopup'
- 'Remove1'
- 'RemoveFilter'
- 'RemoveFilter1'
- 'RemoveTags1'
- 'Save1'
- 'Saveas1'
- 'ScrollBox'
- 'ScrollBox2'
- 'SelectAllCategories1'
- 'Set1'
- 'SetFilter'
- 'SetFilter1'
- 'ShowEvents1'
- 'ShowEvents2'
- 'ShowNotes1'
- 'ShowNotes2'
- 'Sortby1'
- 'Sortby2'
- 'Splitter'
- 'SubName_Panel'
- 'SurNamePanel'
- 'Tabs'
- 'TabSet'
- 'TabSetPopup'
- 'Tag1'
- 'TagSelection'
- 'TelephoneLog1'
- 'TemplateMaintenance1'
- 'Time1'
- 'TitlePanel'
- 'TitleSplitter'
- 'ToggleTag1'
- 'TStamp'
- 'Undo1'
- 'Update1'
- 'UpdateMenu'
- 'View1'
- 'ViewEvent1'
- 'ViewEvent2')
- HelpText.HelpData = {
- 0B01010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000F2005468697320627574746F6E2C20
- 7768656E20707265737365642C2077696C6C207374616D7020746F6461799273
- 206461746520616E642074696D6520696E207468652022456E747279204C6173
- 742054656C6570686F6E6564206F6E22206669656C642E0D0A0D0A5468697320
- 69732075736566756C20696620796F752077616E7420746F207265636F726420
- 7768656E20796F75206C61737420636F6E746163746564206120706572736F6E
- 2C2062757420646F206E6F742077616E7420746F20757365207468652043616C
- 6C204C6F6767696E6720666163696C697479206F6620536D6172742041646472
- 6573732E0001080000000100005D025468697320627574746F6E206861732074
- 776F20757365732C20646570656E64696E67206F6E207468652049636F6E2064
- 6973706C617965643A0D0A0D0A54656C6570686F6E653A205468697320627574
- 746F6E2077696C6C206175746F6D61746963616C6C79206469616C2074686520
- 74656C6570686F6E65206E756D62657220646973706C617965642E2049662079
- 6F7520646F206E6F7420686176652061206D6F64656D20616E642F6F72206D61
- 6E75616C206469616C6C696E6720686173206265656E2073656C65637465642C
- 20536D61727420416464726573732077696C6C20646973706C61792074686520
- 6E756D62657220746F206265206469616C6C656420616E6420616C6C6F772063
- 616C6C206C6F6767696E6720746F206265206D616E75616C6C7920696E766F6B
- 65642E20546865206E756D626572206469616C6C65642077696C6C2062652061
- 646A757374656420696E2072656C6174696F6E20746F20746865207365747469
- 6E677320646566696E6564207768656E20746865204D6F64656D207761732063
- 6F6E6669677572656420616E642077696C6C207374726970206172656120636F
- 6465732C2061646420636861726765206469616C6C696E672050494E206E756D
- 626572732C206574632E0D0A0D0A456E76656C6F70653A205468697320627574
- 746F6E2077696C6C20696E766F6B6520796F757220496E7465726E6574204272
- 6F777365729273204D61696C20436C69656E7420616E64207365742069749273
- 2022546F3A22206669656C6420746F20746865206D61696C2061646472657373
- 20646973706C617965642E0001080000000100000B002D3E425F50686F6E6531
- 0001000000000100000B002D3E425F50686F6E65310001000000000100000B00
- 2D3E425F50686F6E653100010000000001000000000100000000010000000001
- 0000000001000000000100000000010000CB0054686973206C69737420646973
- 706C61797320616C6C207468652063617465676F726965732063757272656E74
- 6C7920646566696E656420746F20746865204164647265737320426F6F6B2E20
- 49742077696C6C20696E6469636174652077686963682063617465676F726965
- 73207468652063757272656E746C792073656C656374656420656E7472792062
- 656C6F6E677320746F2C2062792073686F77696E67206120636865636B206D61
- 726B206E65787420746F207468652063617465676F7279206E616D652E000115
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 000001000000000100000000010000000001000000000100000000010000F801
- 54686973206C6973742C20646973706C6179732074686520646F63756D656E74
- 7320617474616368656420746F207468652063757272656E746C792064697370
- 6C6179656420656E7472792E2054686520666F726D617420616E64206F726465
- 72206F66207468697320646973706C6179206D617920626520636F6E66696775
- 72656420627920757365206F66207468652022446F63756D656E747322206D65
- 6E752C206F7220636C69636B696E6720746865207269676874206D6F75736520
- 627574746F6E206F6E2074686973206C6973742E0D0A0D0A446F63756D656E74
- 73206D617920626520616464656420746F20746865206C697374206279207573
- 65206F66207468652022446F63756D656E747322206D656E75206F7220627920
- 6472616767696E67206120646F63756D656E742C206F7220646F63756D656E74
- 732C2066726F6D2057696E646F7773922046696C65204D616E61676572206F72
- 2057696E646F77732039359273204578706C6F7265722C206F6E20746F207468
- 65204164647265737320426F6F6B2E200D0A0D0A546F20696E766F6B65206120
- 646F63756D656E742C20646F75626C652D636C69636B20746865206D6F757365
- 206F6E2074686520646F63756D656E742072657175697265642C206F72207573
- 65207468652022446F63756D656E747322206D656E752E000108000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 000000000100000000010000ED005468697320726561642D6F6E6C7920666965
- 6C642C20696E6469636174657320746865206C6173742074696D652074686174
- 2074686520656E747279207761732074656C6570686F6E65642E205468697320
- 6973206175746F6D61746963616C6C792075706461746564207768656E207573
- 696E6720746865206175746F2D6469616C20666163696C697479206F6620536D
- 61727420416464726573732C206275742063616E20616C736F206265206D616E
- 75616C6C792073657420627920757365206F662074686520627574746F6E2074
- 6F20746865207269676874206F662074686973206669656C642E000108000000
- 0100000000010000000001000062005468697320726561642D6F6E6C79206669
- 656C642C20696E6469636174657320746865206461746520616E642074696D65
- 2074686174207468652063757272656E746C7920646973706C6179656420656E
- 7472792077617320637265617465642E00010800000001000000000100000000
- 010000000001000000000100006B01536D617274204164647265737320616C6C
- 6F7773206E6F74657320746F206265206173736F636961746564207769746820
- 6561636820656E7472792E20546F2075736520746865206E6F74657320666965
- 6C642C2073696D706C7920747265617420697420617320616E79206E6F726D61
- 6C207465787420656469746F722E0D0A0D0A412074696D652D7374616D70206D
- 617920626520616464656420746F20746865206E6F7465732C2073696D706C79
- 206279207072657373696E6720746865204374726C206B657920616E64207468
- 652053206B6579206174207468652073616D652074696D652E2054686520666F
- 726D6174207573656420616E642074686520706C6163656D656E74206F662074
- 6869732074696D652D7374616D702063616E20626520637573746F6D69736564
- 20627920757365206F66207468652022436F6E6669677572652220636F6D6D61
- 6E64206F662074686520224F7074696F6E7322206D656E752E00010800000001
- 0000AD015468657365206669656C647320616C6C6F7720616E63696C6C617279
- 20696E666F726D6174696F6E20746F2062652068656C6420666F722074686520
- 656E7472792E205768696C737420746865206F74686572204164647265737320
- 426F6F6B206669656C64732067656E6572616C6C792072656C61746520746F20
- 73657420707572706F7365732C204E616D652C20416464726573732C204E6F74
- 65732C206574632E2C207468657365206669656C64732061726520757365722D
- 646566696E61626C6520616E64206D6179206265207573656420666F7220616E
- 7920707572706F73652E0D0A0D0A486F77657665722069742073686F756C6420
- 6265206E6F7465642C20746861742064756520746F2074686520666C65786962
- 696C69747920536D6172742041646472657373206F666665727320696E20636F
- 6E6669677572696E67206669656C64732077697468696E20616E204164647265
- 737320426F6F6B2C20616C6C206669656C6473206D6179206265207573656420
- 666F7220707572706F736573206F74686572207468616E207468656972206F72
- 6967696E616C2066756E6374696F6E2E0001080000000100000C002D3E465F4F
- 7468657273310001000000000100000C002D3E465F4F74686572733100010000
- 00000100000C002D3E465F4F7468657273310001000000000100000C002D3E46
- 5F4F7468657273310001000000000100000C002D3E465F4F7468657273310001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 01000067005468697320726561642D6F6E6C79206669656C642C20696E646963
- 6174657320746865206461746520616E642074696D6520746861742074686520
- 63757272656E746C7920646973706C6179656420656E74727920776173206C61
- 737420757064617465642E000108000000010000000001000000000100000000
- 01000000000100000000010000000001000000000100000000010000D4005468
- 697320486561646572206669656C6420616C6C6F77732074686520636F6C756D
- 6E73206265696E6720646973706C617965642C20746F2062652072652D73697A
- 6520746F207375697420726571756972656D656E742E0D0A0D0A546F2072652D
- 73697A65206120636F6C756D6E2C20706C61636520746865206D6F7573652070
- 6F696E746572206F7665722074686520636F6C756D6E20627265616B2C207468
- 656E20636C69636B20616E64206472616720746865206D6F75736520746F2074
- 68652072657175697265642073697A652E000108000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000B00
- 2D3E465F43616C6C6564000100000000010000000001000000000100000C002D
- 3E465F4372656174656400010000000001000000000100000000010000000001
- 000000000100000A002D3E465F4E6F7465730001000000000100000C002D3E46
- 5F4F7468657273310001000000000100000C002D3E465F4F7468657273310001
- 000000000100000C002D3E465F4F7468657273310001000000000100000C002D
- 3E465F4F7468657273310001000000000100000C002D3E465F4F746865727331
- 0001000000000100000C002D3E465F4F74686572733100010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000C002D3E46
- 5F55706461746564000100000000010000000001000000000100000000010000
- 00000100006A0354686973206C6973742C20646973706C617973207468652041
- 64647265737320456E747269657320636F6E7461696E65642077697468696E20
- 746865204164647265737320426F6F6B2E204966206120736561726368206861
- 73206265656E20706572666F726D656420616761696E73742074686520416464
- 7265737320426F6F6B2C207468656E2074686973206C6973742077696C6C206F
- 6E6C7920636F6E7461696E20746865207375622D736574206F6620656E747269
- 65732074686174206D61746368207468652073656172636820706172616D6574
- 65727320757365642E0D0A0D0A546865206F7264657220696E20776869636820
- 656E74726965732061726520646973706C6179656420697320646570656E6461
- 6E74206F6E2074686520536F7274204B6579732073656C656374656420627920
- 7468652022446566696E6520496E646578204B6579732220636F6D6D616E6420
- 6F662074686520224564697422206D656E752E0D0A0D0A546865726520617265
- 20766172696F757320696E64696361746F727320757365642077697468696E20
- 74686973206C6973742C207768696368206172652062726965666C7920646573
- 6372696265642062656C6F773A0D0A0D0A456E74727920696E205265643A2049
- 6620616E20656E747279206973202254616767656422207468656E2074686973
- 2077696C6C20626520646973706C6179656420696E205265640D0A0D0A456E74
- 727920696E204974616C6963733A20496620616E20656E74727920697320696E
- 206974616C6963732C2074686973206D65616E73207468617420656E74727920
- 686173206265656E206164646564206F722075706461746564207768696C7374
- 20612073656172636820697320696E206566666563742C20616E64206E6F206C
- 6F6E676572206D617463686573207468652073656172636820706172616D6574
- 6572732E0D0A0D0A436F6C6F757265642049636F6E3A20496620616E20656E74
- 7279206861732049636F6E20746F20746865206C656674206F662069742C2074
- 68656E207468697320696E6469636174657320746861742074686520656E7472
- 792068617320612072656D696E646572206576656E74206F7665726475652028
- 726564292C2064756520746F6461792028677265656E29206F7220617070726F
- 616368696E67202879656C6C6F77292E00010800000001000000000100000000
- 0100000000010000000001000000000100000000010000350154686973206469
- 73706C617920617265612067656E6572616C6C7920646973706C617973207468
- 65205469746C652C204669727374204E616D6520616E64205375726E616D6520
- 6669656C6473206F6620616E20656E7472792E20486F77657665722C20617320
- 74686573652061726520636F6E666967757261626C652C207468656972206163
- 7475616C206E616D696E67206D617920766172792C206173206D617920746865
- 206669656C64732074686174206172652061637475616C2076697369626C652E
- 0D0A0D0A546865207769647468206F6620616E79207468657365206669656C64
- 73206D61792062652061646A7573746564206279206472616767696E67207468
- 6520617265612073657061726174696E672065616368206669656C642C207769
- 746820746865206D6F7573652E00010800000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 00000001000007002D3E54616273000108000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000A70154686973206C6973742C206469
- 73706C617973207468652072656D696E6465727320636F6E7461696E65642077
- 697468696E207468652063757272656E746C7920646973706C6179656420656E
- 7472792E2054686520666F726D617420616E64206F72646572206F6620746869
- 7320646973706C6179206D617920626520636F6E666967757265642062792075
- 7365206F6620746865202252656D696E6465727322206D656E752C206F722063
- 6C69636B696E6720746865207269676874206D6F75736520627574746F6E206F
- 6E2074686973206C6973742E0D0A0D0A54686572652061726520766172696F75
- 7320696E64696361746F727320757365642077697468696E2074686973206C69
- 737420746F20646573637269626520746865207479706520616E642073746174
- 65206F6620656163682072656D696E6465722E20466F7220612066756C6C2064
- 65736372697074696F6E206F6620746865736520696E64696361746F72732C20
- 636C69636B206F6E20224D6F726520496E666F726D6174696F6E2E2E2E222061
- 742074686520666F6F74206F66207468697320746578742E2000010B00000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000054015468
- 697320736574206F66206669656C647320646973706C61797320746865206465
- 7461696C7320646566696E656420746F207468652063757272656E746C792073
- 656C656374656420416464726573732054656D706C6174652E20546F2073656C
- 65637420616E6F7468657220616464726573732074656D706C6174652C20636C
- 69636B206F6E207468652072657175697265642074656D706C617465206E616D
- 65206F6E20746865204164647265737320746162732061742074686520626F74
- 746F6D206F66207468657365206669656C64732E0D0A0D0A4675727468657220
- 416464726573732054656D706C61746573206D61792062652061646465642074
- 6F20616E20456E7472792C206279207573696E67207468652022436F6E666967
- 757265204164647265737320426F6F6B2220636F6D6D616E64206F6620746865
- 20224F7074696F6E7322204D656E752E20000108000000010000000001000000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 01000000000100000A0154686973202273706C697474657220626172222C2061
- 6C6C6F7773207468652061726561206F63637570696564206279207468652049
- 6E646578204C69737420616E6420746865204461746120506167657320746F20
- 62652061646A75737465642E0D0A0D0A546F2061646A75737420746865736520
- 61726561732C20636C69636B20746865206D6F757365206F6E20746865207370
- 6C69747465722062617220616E64207468656E206472616720697420746F2074
- 68652064657369726564206C6F636174696F6E2E2054686520496E646578204C
- 69737420616E6420446174612050616765732C2077696C6C207468656E207265
- 2D73697A65206163636F7264696E676C792E2000010800000001000000000100
- 000000010000000001000000000100007B02546869732057696E646F77206469
- 73706C61792074686520656E747269657320636F6E7461696E65642077697468
- 20746865204164647265737320426F6F6B20616E6420636F6E7369737473206F
- 662074686572652070617274733A0D0A0D0A54686520496E646578204C697374
- 2C207768696368206C697374732074686520656E747269657320617661696C61
- 626C6520696E20746865204164647265737320426F6F6B2E20546F2064697370
- 6C61792074686520696E666F726D6174696F6E20636F6E7461696E6564207769
- 7468696E20616E20656E7472792C2073696D706C7920636C69636B206F6E2074
- 686520656E7472792077697468696E2074686520496E646578204C6973742E0D
- 0A0D0A54686520446174612050616765732C20776869636820646973706C6179
- 2074686520696E666F726D6174696F6E2072656C6174696E6720746F20616E20
- 656E747279207573696E672066697665207461626265642070616765732E2054
- 6F2073656C656374206120706167652C2073696D706C7920636C69636B206F6E
- 2074686520746162206F662074686520706167652072657175697265642E0D0A
- 0D0A412053706C6974746572204261722C207768696368206973206C6F636174
- 6564206265747765656E2074686520496E646578204C69737420616E64207468
- 6520446174612050616765732E20546869732062617220616C6C6F7773207468
- 65206172656173206F636375706965642062792074686520496E646578204C69
- 737420616E64204461746120506167657320746F2062652061646A7573746564
- 2C2073696D706C79206279206472616767696E67207468652062617220776974
- 6820746865206D6F7573652E000108000000010000E301546865736520746162
- 732C20616C6C6F772074686520416464726573732054656D706C617465206469
- 73706C6179656420746F2062652073656C65637465642C2062792073696D706C
- 7920636C69636B696E67206F6E20746865206E616D65206F6620746865207465
- 6D706C6174652072657175697265642E0D0A0D0A536D61727420416464726573
- 7320616C6C6F777320756E6C696D6974656420416464726573732054656D706C
- 6174657320746F20626520646566696E656420746F206561636820656E747279
- 2E20546869732070726F766964657320666C65786962696C697479207768656E
- 20736F6D6520656E7472696573206D61792068617665206D6F7265207468616E
- 206F6E652061646472657373206173736F63696174656420776974682069742E
- 0D0A0D0A496E206F7264657220746F2061646420416464726573732054656D70
- 6C6174657320746F20616E20456E7472792C2075736520746865202244656669
- 6E6520416464726573732054656D706C617465732220636F6D6D616E64206F66
- 2074686520224564697422206D656E752C206F7220616C7465726E6174697665
- 6C792073696D706C6520636C69636B20746865207269676874206D6F75736520
- 627574746F6E206F6E20616E2041646472657373205461622E00010800000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 00010000000001000000000100000000010000000001000000000100000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 432
- Top = 16
- end
- object CatsPopupMenu: TPopupMenu
- OnPopup = CatsPopupMenuPopup
- Left = 60
- Top = 270
- object CategoryMaintenance1: TMenuItem
- Caption = 'Category Maintenance...'
- ShortCut = 0
- OnClick = CategoryMaintenance1Click
- end
- object N36: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object SelectAllCategories1: TMenuItem
- Caption = 'Select All Categories'
- ShortCut = 0
- OnClick = SelectAllCategories1Click
- end
- object ClearallSelections1: TMenuItem
- Caption = 'Clear all Selections'
- ShortCut = 0
- OnClick = ClearallSelections1Click
- end
- end
- end
-